home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.HTML.xhtml_strict.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  58.5 KB  |  1,786 lines

  1. <?xml version='1.0' encoding='utf-8' ?>
  2. <xsd:schema xmlns='http://schemas.microsoft.com/intellisense/xhtml-10' 
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
  4.             version="1.0" 
  5.             targetNamespace='http://schemas.microsoft.com/intellisense/xhtml-10' 
  6.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense' 
  7.             xmlns:fp='http://schemas.microsoft.com/FrontPageScripting' 
  8.             vs:clientom="w3c-dom1.tlb" 
  9.             vs:ishtmlschema="true" 
  10.             vs:isserverschema="false" 
  11.             vs:htmlflavor="4.0" 
  12.             vs:XHTMLValidation="true"
  13.             vs:cssschema="CSS 2.0">
  14.     <!--
  15.      Warning:                                                                                    
  16.      Warning: 
  17.      Warning: Do not change the targetNamespace above 
  18.      Warning: 
  19.      Warning: 
  20. -->
  21.     <xsd:annotation>
  22.         <xsd:documentation>
  23.             Microsoft Visual Studio .NET schema for HTML 4.01
  24.         </xsd:documentation>
  25.     </xsd:annotation>
  26.  
  27.     <xsd:include schemaLocation="CommonHTMLTypes.xsd" />
  28.     <xsd:include schemaLocation="I18Languages.xsd" />
  29.  
  30.     <xsd:attributeGroup name="coreAttributeGroup" vs:nonbrowseable="true">
  31.         <xsd:attributeGroup ref="runatAttributeGroup" />
  32.         <xsd:attribute name="Class" vs:mapstoname="className" />
  33.         <xsd:attribute name="Title" />
  34.     </xsd:attributeGroup>
  35.  
  36.     <xsd:attributeGroup name="i18AttributeGroup" vs:nonbrowseable="true">
  37.         <xsd:attribute name="Lang" type="i18LanguageCode" />
  38.         <xsd:attribute name="xml:Lang" type="i18LanguageCode" />
  39.         <xsd:attribute name="Dir" default="ltr">
  40.             <xsd:simpleType>
  41.                 <xsd:restriction base="xsd:NMTOKEN">
  42.                     <xsd:enumeration value="ltr" />
  43.                     <xsd:enumeration value="rtl" />
  44.                 </xsd:restriction>
  45.             </xsd:simpleType>
  46.         </xsd:attribute>
  47.     </xsd:attributeGroup>
  48.  
  49.     <xsd:attributeGroup name="inputEventsGroup" vs:nonbrowseable="true">
  50.         <xsd:attribute name="onclick" vs:omtype="event" />
  51.         <xsd:attribute name="ondblclick" vs:omtype="event" />
  52.         <xsd:attribute name="onkeydown" vs:omtype="event" />
  53.         <xsd:attribute name="onkeypress" vs:omtype="event" />
  54.         <xsd:attribute name="onkeyup" vs:omtype="event" />
  55.         <xsd:attribute name="onmousedown" vs:omtype="event" />
  56.         <xsd:attribute name="onmousemove" vs:omtype="event" />
  57.         <xsd:attribute name="onmouseout" vs:omtype="event" />
  58.         <xsd:attribute name="onmouseover" vs:omtype="event" />
  59.         <xsd:attribute name="onmouseup" vs:omtype="event" />
  60.     </xsd:attributeGroup>
  61.  
  62.     <xsd:attributeGroup name="loadEventsGroup" vs:nonbrowseable="true">
  63.         <xsd:attribute name="onload" vs:omtype="event" />
  64.         <xsd:attribute name="onunload" vs:omtype="event" />
  65.     </xsd:attributeGroup>
  66.  
  67.     <xsd:attributeGroup name="focusEventsGroup" vs:nonbrowseable="true">
  68.         <xsd:attribute name="onblur" vs:omtype="event" />
  69.         <xsd:attribute name="onfocus" vs:omtype="event" />
  70.     </xsd:attributeGroup>
  71.  
  72.     <xsd:attributeGroup name="commonAttributeGroup" vs:nonbrowseable="true">
  73.         <xsd:attributeGroup ref="coreAttributeGroup" />
  74.         <xsd:attributeGroup ref="i18AttributeGroup" />
  75.         <xsd:attributeGroup ref="inputEventsGroup" />
  76.         <xsd:attribute name="Style" vs:builder="style" />
  77.     </xsd:attributeGroup>
  78.  
  79.     <xsd:attributeGroup name="focusAttributeGroupNoTabIndex" vs:nonbrowseable="true">
  80.         <xsd:attributeGroup ref="focusEventsGroup" />
  81.         <xsd:attribute name="AccessKey" />
  82.     </xsd:attributeGroup>
  83.  
  84.     <xsd:attributeGroup name="focusAttributeGroupNoAccessKey" vs:nonbrowseable="true">
  85.         <xsd:attributeGroup ref="focusEventsGroup" />
  86.         <xsd:attribute name="TabIndex" />
  87.     </xsd:attributeGroup>
  88.  
  89.     <xsd:attributeGroup name="focusAttributeGroup" vs:nonbrowseable="true">
  90.         <xsd:attributeGroup ref="focusAttributeGroupNoTabIndex" />
  91.         <xsd:attribute name="TabIndex" />
  92.     </xsd:attributeGroup>
  93.  
  94.     <xsd:group name="specialExtraElements" vs:nonbrowseable="true">
  95.         <xsd:choice>
  96.             <xsd:element ref="object" />
  97.             <xsd:element ref="img" />
  98.             <xsd:element ref="map" />
  99.         </xsd:choice>
  100.     </xsd:group>
  101.     
  102.     <xsd:group name="specialBasicElements" vs:nonbrowseable="true">
  103.         <xsd:choice>
  104.             <xsd:element ref="br" />
  105.             <xsd:element ref="span" />
  106.             <xsd:element ref="bdo" />
  107.         </xsd:choice>
  108.     </xsd:group>
  109.  
  110.     <xsd:group name="specialElements" vs:nonbrowseable="true">
  111.         <xsd:choice>
  112.             <!-- <xsd:group ref="specialBasicElements" /> -->
  113.             <xsd:element ref="br" />
  114.             <xsd:element ref="span" />
  115.             <xsd:element ref="bdo" />
  116.  
  117.             <!-- <xsd:group ref="specialExtraElements" /> -->
  118.             <xsd:element ref="object" />
  119.             <xsd:element ref="img" />
  120.             <xsd:element ref="map" />
  121.         </xsd:choice>
  122.     </xsd:group>
  123.  
  124.     <xsd:group name="fontStyleExtraElements" vs:nonbrowseable="true">
  125.         <xsd:choice>
  126.             <xsd:element ref="big" />
  127.             <xsd:element ref="small" />
  128.         </xsd:choice>
  129.     </xsd:group>
  130.  
  131.     <xsd:group name="fontStyleBasicElements" vs:nonbrowseable="true">
  132.         <xsd:choice>
  133.             <xsd:element ref="tt" />
  134.             <xsd:element ref="i" />
  135.             <xsd:element ref="b" />
  136.         </xsd:choice>
  137.     </xsd:group>
  138.     
  139.     <xsd:group name="fontStyleElements" vs:nonbrowseable="true">
  140.         <xsd:choice>
  141.             <!-- <xsd:group ref="fontStyleBasicElements" /> -->
  142.             <xsd:element ref="tt" />
  143.             <xsd:element ref="i" />
  144.             <xsd:element ref="b" />
  145.  
  146.             <!-- <xsd:group ref="fontStyleExtraElements" /> -->
  147.             <xsd:element ref="big" />
  148.             <xsd:element ref="small" />
  149.         </xsd:choice>
  150.     </xsd:group>
  151.  
  152.  
  153.     <xsd:group name="phraseExtraElements" vs:nonbrowseable="true">
  154.         <xsd:choice>
  155.             <xsd:element ref="sub" />
  156.             <xsd:element ref="sup" />
  157.         </xsd:choice>
  158.     </xsd:group>
  159.  
  160.     <xsd:group name="phraseBasicElements" vs:nonbrowseable="true">
  161.         <xsd:choice>
  162.             <xsd:element ref="em" />
  163.             <xsd:element ref="strong" />
  164.             <xsd:element ref="dfn" />
  165.             <xsd:element ref="code" />
  166.             <xsd:element ref="q" />
  167.             <xsd:element ref="samp" />
  168.             <xsd:element ref="kbd" />
  169.             <xsd:element ref="var" />
  170.             <xsd:element ref="cite" />
  171.             <xsd:element ref="abbr" />
  172.             <xsd:element ref="acronym" />
  173.         </xsd:choice>
  174.     </xsd:group>
  175.     
  176.     <xsd:group name="phraseElements" vs:nonbrowseable="true">
  177.         <xsd:choice>
  178.             <!-- <xsd:group ref="phraseBasicElements" /> -->
  179.             <xsd:element ref="em" />
  180.             <xsd:element ref="strong" />
  181.             <xsd:element ref="dfn" />
  182.             <xsd:element ref="code" />
  183.             <xsd:element ref="q" />
  184.             <xsd:element ref="samp" />
  185.             <xsd:element ref="kbd" />
  186.             <xsd:element ref="var" />
  187.             <xsd:element ref="cite" />
  188.             <xsd:element ref="abbr" />
  189.             <xsd:element ref="acronym" />
  190.             <!-- <xsd:group ref="phraseExtraElements" /> -->
  191.             <xsd:element ref="sub" />
  192.             <xsd:element ref="sup" />
  193.         </xsd:choice>
  194.     </xsd:group>
  195.  
  196.     <xsd:group name="inlineFormsElements" vs:nonbrowseable="true">
  197.         <xsd:choice>
  198.             <xsd:element ref="input" />
  199.             <xsd:element ref="select" />
  200.             <xsd:element ref="textarea" />
  201.             <xsd:element ref="label" />
  202.             <xsd:element ref="button" />
  203.         </xsd:choice>
  204.     </xsd:group>
  205.  
  206.     <xsd:group name="miscInlineElements" vs:nonbrowseable="true">
  207.         <xsd:choice>
  208.             <xsd:element ref="ins" />
  209.             <xsd:element ref="del" />
  210.             <xsd:element ref="script" />
  211.         </xsd:choice>
  212.     </xsd:group>
  213.  
  214.     <xsd:group name="miscElements" vs:nonbrowseable="true">
  215.         <xsd:choice>
  216.             <xsd:element ref="noscript" />
  217.  
  218.             <!-- <xsd:group ref="miscInlineElements" /> -->
  219.             <xsd:element ref="ins" />
  220.             <xsd:element ref="del" />
  221.             <xsd:element ref="script" />
  222.         </xsd:choice>
  223.     </xsd:group>
  224.  
  225.     <xsd:group name="inlineElements" vs:nonbrowseable="true">
  226.         <xsd:choice>
  227.             <xsd:element ref="a" />
  228.  
  229.             <!-- <xsd:group ref="specialElements" /> -->
  230.             <xsd:element ref="br" />
  231.             <xsd:element ref="span" />
  232.             <xsd:element ref="bdo" />
  233.             <xsd:element ref="object" />
  234.             <xsd:element ref="img" />
  235.             <xsd:element ref="map" />
  236.  
  237.             <!-- <xsd:group ref="fontStyleElements" /> -->
  238.             <xsd:element ref="tt" />
  239.             <xsd:element ref="i" />
  240.             <xsd:element ref="b" />
  241.             <xsd:element ref="big" />
  242.             <xsd:element ref="small" />
  243.  
  244.             <!-- <xsd:group ref="phraseElements" /> -->
  245.             <xsd:element ref="em" />
  246.             <xsd:element ref="strong" />
  247.             <xsd:element ref="dfn" />
  248.             <xsd:element ref="code" />
  249.             <xsd:element ref="q" />
  250.             <xsd:element ref="samp" />
  251.             <xsd:element ref="kbd" />
  252.             <xsd:element ref="var" />
  253.             <xsd:element ref="cite" />
  254.             <xsd:element ref="abbr" />
  255.             <xsd:element ref="acronym" />
  256.             <xsd:element ref="sub" />
  257.             <xsd:element ref="sup" />
  258.  
  259.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  260.             <xsd:element ref="input" />
  261.             <xsd:element ref="select" />
  262.             <xsd:element ref="textarea" />
  263.             <xsd:element ref="label" />
  264.             <xsd:element ref="button" />
  265.         </xsd:choice>
  266.     </xsd:group>
  267.  
  268. <!-- %Inline; covers inline or "Text-level" elements -->
  269.  
  270.     <xsd:group name="InlineElements" vs:nonbrowseable="true">
  271.         <xsd:choice>
  272.             <xsd:element ref="a" />
  273.  
  274.             <!-- <xsd:group ref="specialElements" /> -->
  275.             <xsd:element ref="br" />
  276.             <xsd:element ref="span" />
  277.             <xsd:element ref="bdo" />
  278.             <xsd:element ref="object" />
  279.             <xsd:element ref="img" />
  280.             <xsd:element ref="map" />
  281.  
  282.             <!-- <xsd:group ref="fontStyleElements" /> -->
  283.             <xsd:element ref="tt" />
  284.             <xsd:element ref="i" />
  285.             <xsd:element ref="b" />
  286.             <xsd:element ref="big" />
  287.             <xsd:element ref="small" />
  288.  
  289.             <!-- <xsd:group ref="phraseElements" /> -->
  290.             <xsd:element ref="em" />
  291.             <xsd:element ref="strong" />
  292.             <xsd:element ref="dfn" />
  293.             <xsd:element ref="code" />
  294.             <xsd:element ref="q" />
  295.             <xsd:element ref="samp" />
  296.             <xsd:element ref="kbd" />
  297.             <xsd:element ref="var" />
  298.             <xsd:element ref="cite" />
  299.             <xsd:element ref="abbr" />
  300.             <xsd:element ref="acronym" />
  301.             <xsd:element ref="sub" />
  302.             <xsd:element ref="sup" />
  303.  
  304.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  305.             <xsd:element ref="input" />
  306.             <xsd:element ref="select" />
  307.             <xsd:element ref="textarea" />
  308.             <xsd:element ref="label" />
  309.             <xsd:element ref="button" />
  310.  
  311.             <!-- <xsd:group ref="miscInlineElements" /> -->
  312.             <xsd:element ref="ins" />
  313.             <xsd:element ref="del" />
  314.             <xsd:element ref="script" />
  315.         </xsd:choice>
  316.     </xsd:group>
  317.  
  318. <!--================== Block level elements ==============================-->
  319.  
  320.     <xsd:group name="headingElements" vs:nonbrowseable="true">
  321.         <xsd:choice>
  322.             <xsd:element ref="h1" />
  323.             <xsd:element ref="h2" />
  324.             <xsd:element ref="h3" />
  325.             <xsd:element ref="h4" />
  326.             <xsd:element ref="h5" />
  327.             <xsd:element ref="h6" />
  328.         </xsd:choice>
  329.     </xsd:group>
  330.  
  331.     <xsd:group name="listsElements" vs:nonbrowseable="true">
  332.         <xsd:choice>
  333.             <xsd:element ref="ul" />
  334.             <xsd:element ref="ol" />
  335.             <xsd:element ref="dl" />
  336.         </xsd:choice>
  337.     </xsd:group>
  338.  
  339.     <xsd:group name="blockTextElements" vs:nonbrowseable="true">
  340.         <xsd:choice>
  341.             <xsd:element ref="pre" />
  342.             <xsd:element ref="hr" />
  343.             <xsd:element ref="blockquote" />
  344.             <xsd:element ref="address" />
  345.         </xsd:choice>
  346.     </xsd:group> 
  347.  
  348.     <xsd:group name="blockElements" vs:nonbrowseable="true">
  349.         <xsd:choice>
  350.             <xsd:element ref="p" />
  351.             <xsd:element ref="div" />
  352.             <xsd:element ref="fieldset" />
  353.             <xsd:element ref="table" />
  354.             <xsd:element ref="form" />
  355.  
  356.             <!-- <xsd:group ref="headingElements" /> -->
  357.             <xsd:element ref="h1" />
  358.             <xsd:element ref="h2" />
  359.             <xsd:element ref="h3" />
  360.             <xsd:element ref="h4" />
  361.             <xsd:element ref="h5" />
  362.             <xsd:element ref="h6" />
  363.  
  364.             <!-- <xsd:group ref="listsElements" /> -->
  365.             <xsd:element ref="ul" />
  366.             <xsd:element ref="ol" />
  367.             <xsd:element ref="dl" />
  368.  
  369.             <!-- <xsd:group ref="blockTextElements" /> -->
  370.             <xsd:element ref="pre" />
  371.             <xsd:element ref="hr" />
  372.             <xsd:element ref="blockquote" />
  373.             <xsd:element ref="address" />
  374.         </xsd:choice>
  375.     </xsd:group>
  376.  
  377. <!-- %Flow; mixes block and inline and is used for list items etc. -->
  378.  
  379.     <xsd:group name="FlowElements" vs:nonbrowseable="true">
  380.         <xsd:choice>
  381.             <xsd:element ref="form" />
  382.             <xsd:element ref="a" />
  383.  
  384.             <!-- <xsd:group ref="specialElements" /> -->
  385.             <xsd:element ref="br" />
  386.             <xsd:element ref="span" />
  387.             <xsd:element ref="bdo" />
  388.             <xsd:element ref="object" />
  389.             <xsd:element ref="img" />
  390.             <xsd:element ref="map" />
  391.  
  392.             <!-- <xsd:group ref="fontStyleElements" /> -->
  393.             <xsd:element ref="tt" />
  394.             <xsd:element ref="i" />
  395.             <xsd:element ref="b" />
  396.             <xsd:element ref="big" />
  397.             <xsd:element ref="small" />
  398.  
  399.             <!-- <xsd:group ref="phraseElements" /> -->
  400.             <xsd:element ref="em" />
  401.             <xsd:element ref="strong" />
  402.             <xsd:element ref="dfn" />
  403.             <xsd:element ref="code" />
  404.             <xsd:element ref="q" />
  405.             <xsd:element ref="samp" />
  406.             <xsd:element ref="kbd" />
  407.             <xsd:element ref="var" />
  408.             <xsd:element ref="cite" />
  409.             <xsd:element ref="abbr" />
  410.             <xsd:element ref="acronym" />
  411.             <xsd:element ref="sub" />
  412.             <xsd:element ref="sup" />
  413.  
  414.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  415.             <xsd:element ref="input" />
  416.             <xsd:element ref="select" />
  417.             <xsd:element ref="textarea" />
  418.             <xsd:element ref="label" />
  419.             <xsd:element ref="button" />
  420.  
  421.             <!-- <xsd:element ref="miscElements" /> -->
  422.             <xsd:element ref="ins" />
  423.             <xsd:element ref="del" />
  424.             <xsd:element ref="script" />
  425.             <xsd:element ref="noscript" />
  426.  
  427.             <!-- <xsd:element ref="blockElements" /> -->
  428.             <xsd:element ref="p" />
  429.             <xsd:element ref="div" />
  430.             <xsd:element ref="fieldset" />
  431.             <xsd:element ref="table" />
  432.  
  433.             <!-- <xsd:group ref="headingElements" /> -->
  434.             <xsd:element ref="h1" />
  435.             <xsd:element ref="h2" />
  436.             <xsd:element ref="h3" />
  437.             <xsd:element ref="h4" />
  438.             <xsd:element ref="h5" />
  439.             <xsd:element ref="h6" />
  440.  
  441.             <!-- <xsd:group ref="listsElements" /> -->
  442.             <xsd:element ref="ul" />
  443.             <xsd:element ref="ol" />
  444.             <xsd:element ref="dl" />
  445.  
  446.             <!-- <xsd:group ref="blockTextElements" /> -->
  447.             <xsd:element ref="pre" />
  448.             <xsd:element ref="hr" />
  449.             <xsd:element ref="blockquote" />
  450.             <xsd:element ref="address" />
  451.             
  452.         </xsd:choice>
  453.     </xsd:group>
  454.  
  455. <!--================== Content models for exclusions =====================-->
  456.  
  457.     <!-- a elements use %Inline; excluding a -->
  458.  
  459.     <xsd:group name="aContentElements" vs:nonbrowseable="true">
  460.         <xsd:choice>
  461.             <xsd:element ref="form" />
  462.  
  463.             <!-- <xsd:group ref="specialElements" /> -->
  464.             <xsd:element ref="br" />
  465.             <xsd:element ref="span" />
  466.             <xsd:element ref="bdo" />
  467.             <xsd:element ref="object" />
  468.             <xsd:element ref="img" />
  469.             <xsd:element ref="map" />
  470.  
  471.             <!-- <xsd:group ref="fontStyleElements" /> -->
  472.             <xsd:element ref="tt" />
  473.             <xsd:element ref="i" />
  474.             <xsd:element ref="b" />
  475.             <xsd:element ref="big" />
  476.             <xsd:element ref="small" />
  477.  
  478.             <!-- <xsd:group ref="phraseElements" /> -->
  479.             <xsd:element ref="em" />
  480.             <xsd:element ref="strong" />
  481.             <xsd:element ref="dfn" />
  482.             <xsd:element ref="code" />
  483.             <xsd:element ref="q" />
  484.             <xsd:element ref="samp" />
  485.             <xsd:element ref="kbd" />
  486.             <xsd:element ref="var" />
  487.             <xsd:element ref="cite" />
  488.             <xsd:element ref="abbr" />
  489.             <xsd:element ref="acronym" />
  490.             <xsd:element ref="sub" />
  491.             <xsd:element ref="sup" />
  492.  
  493.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  494.             <xsd:element ref="input" />
  495.             <xsd:element ref="select" />
  496.             <xsd:element ref="textarea" />
  497.             <xsd:element ref="label" />
  498.             <xsd:element ref="button" />
  499.  
  500.             <!-- <xsd:group ref="miscInlineElements" /> -->
  501.             <xsd:element ref="ins" />
  502.             <xsd:element ref="del" />
  503.             <xsd:element ref="script" />
  504.             
  505.         </xsd:choice>
  506.     </xsd:group>
  507.  
  508. <!-- pre uses %Inline excluding img, object, applet, big, small, font, or basefont -->
  509.  
  510.     <xsd:group name="preContentElements" vs:nonbrowseable="true">
  511.         <xsd:choice>
  512.             <xsd:element ref="a" />
  513.  
  514.             <!-- <xsd:group ref="specialBasicElements" /> -->
  515.             <xsd:element ref="br" />
  516.             <xsd:element ref="span" />
  517.             <xsd:element ref="bdo" />
  518.  
  519.             <!-- <xsd:group ref="fontStyleBasicElements" /> -->
  520.             <xsd:element ref="tt" />
  521.             <xsd:element ref="i" />
  522.             <xsd:element ref="b" />
  523.  
  524.             <!-- <xsd:group ref="phraseBasicElements" /> -->
  525.             <xsd:element ref="em" />
  526.             <xsd:element ref="strong" />
  527.             <xsd:element ref="dfn" />
  528.             <xsd:element ref="code" />
  529.             <xsd:element ref="q" />
  530.             <xsd:element ref="samp" />
  531.             <xsd:element ref="kbd" />
  532.             <xsd:element ref="var" />
  533.             <xsd:element ref="cite" />
  534.             <xsd:element ref="abbr" />
  535.             <xsd:element ref="acronym" />
  536.  
  537.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  538.             <xsd:element ref="input" />
  539.             <xsd:element ref="select" />
  540.             <xsd:element ref="textarea" />
  541.             <xsd:element ref="label" />
  542.             <xsd:element ref="button" />
  543.  
  544.             <!-- <xsd:group ref="miscInlineElements" /> -->
  545.             <xsd:element ref="ins" />
  546.             <xsd:element ref="del" />
  547.             <xsd:element ref="script" />
  548.             
  549.         </xsd:choice>
  550.     </xsd:group>
  551.  
  552. <!-- form uses %Flow; excluding form -->
  553.  
  554.     <xsd:group name="formElements" vs:nonbrowseable="true">
  555.         <xsd:choice>
  556.             <xsd:element ref="script" />
  557.  
  558.             <!-- <xsd:element ref="blockElements" /> -->
  559.             <xsd:element ref="p" />
  560.             <xsd:element ref="div" />
  561.             <xsd:element ref="fieldset" />
  562.             <xsd:element ref="table" />
  563.  
  564.             <!-- <xsd:group ref="headingElements" /> -->
  565.             <xsd:element ref="h1" />
  566.             <xsd:element ref="h2" />
  567.             <xsd:element ref="h3" />
  568.             <xsd:element ref="h4" />
  569.             <xsd:element ref="h5" />
  570.             <xsd:element ref="h6" />
  571.  
  572.             <!-- <xsd:group ref="listsElements" /> -->
  573.             <xsd:element ref="ul" />
  574.             <xsd:element ref="ol" />
  575.             <xsd:element ref="dl" />
  576.  
  577.             <!-- <xsd:group ref="blockTextElements" /> -->
  578.             <xsd:element ref="pre" />
  579.             <xsd:element ref="hr" />
  580.             <xsd:element ref="blockquote" />
  581.             <xsd:element ref="address" />
  582.             
  583.         </xsd:choice>
  584.     </xsd:group>
  585.  
  586. <!-- button uses %Flow; but excludes a, form, form controls -->
  587.  
  588.     <xsd:group name="buttonContentElements" vs:nonbrowseable="true">
  589.         <xsd:choice>
  590.  
  591.             <xsd:element ref="table" />
  592.             <xsd:element ref="br" />
  593.             <xsd:element ref="span" />
  594.             <xsd:element ref="bdo" />
  595.             <xsd:element ref="object" />
  596.             <xsd:element ref="img" />
  597.             <xsd:element ref="map" />
  598.             <xsd:element ref="p" />
  599.             <xsd:element ref="div" />
  600.  
  601.             <!-- <xsd:group ref="fontStyleElements" /> -->
  602.             <xsd:element ref="tt" />
  603.             <xsd:element ref="i" />
  604.             <xsd:element ref="b" />
  605.             <xsd:element ref="big" />
  606.             <xsd:element ref="small" />
  607.  
  608.             <!-- <xsd:group ref="phraseElements" /> -->
  609.             <xsd:element ref="em" />
  610.             <xsd:element ref="strong" />
  611.             <xsd:element ref="dfn" />
  612.             <xsd:element ref="code" />
  613.             <xsd:element ref="q" />
  614.             <xsd:element ref="samp" />
  615.             <xsd:element ref="kbd" />
  616.             <xsd:element ref="var" />
  617.             <xsd:element ref="cite" />
  618.             <xsd:element ref="abbr" />
  619.             <xsd:element ref="acronym" />
  620.             <xsd:element ref="sub" />
  621.             <xsd:element ref="sup" />
  622.  
  623.             <!-- <xsd:element ref="miscElements" /> -->
  624.             <xsd:element ref="ins" />
  625.             <xsd:element ref="del" />
  626.             <xsd:element ref="script" />
  627.             <xsd:element ref="noscript" />
  628.  
  629.             <!-- <xsd:group ref="headingElements" /> -->
  630.             <xsd:element ref="h1" />
  631.             <xsd:element ref="h2" />
  632.             <xsd:element ref="h3" />
  633.             <xsd:element ref="h4" />
  634.             <xsd:element ref="h5" />
  635.             <xsd:element ref="h6" />
  636.  
  637.             <!-- <xsd:group ref="listsElements" /> -->
  638.             <xsd:element ref="ul" />
  639.             <xsd:element ref="ol" />
  640.             <xsd:element ref="dl" />
  641.  
  642.             <!-- <xsd:group ref="blockTextElements" /> -->
  643.             <xsd:element ref="pre" />
  644.             <xsd:element ref="hr" />
  645.             <xsd:element ref="blockquote" />
  646.             <xsd:element ref="address" />
  647.             
  648.         </xsd:choice>
  649.     </xsd:group>
  650.  
  651. <!-- End of group definitions -->
  652.  
  653. <!-- Elements are defined in the order of appearance in the W3C DTD -->
  654.  
  655. <!--================ Document Structure ==================================-->
  656.  
  657.     <!-- This element must be the first one in the file! -->
  658.     <xsd:element name="html" minOccurs="1" maxOccurs="1">
  659.         <xsd:complexType>
  660.             <xsd:choice>
  661.                 <xsd:element ref="body" minOccurs="1" maxOccurs="1" />
  662.                 <xsd:element ref="head" minOccurs="0" maxOccurs="1" />
  663.             </xsd:choice>
  664.             <xsd:attributeGroup ref="i18AttributeGroup" />
  665.             <xsd:attributeGroup ref="runatAttributeGroup" />
  666.             <xsd:attribute name="xmlns" fixed="true" use="required">
  667.                 <xsd:simpleType>
  668.                     <xsd:restriction base="xsd:NMTOKEN">
  669.                         <xsd:enumeration value="http://www.w3.org/1999/xhtml" />
  670.                     </xsd:restriction>
  671.                 </xsd:simpleType>
  672.             </xsd:attribute>
  673.         </xsd:complexType>
  674.     </xsd:element>
  675.  
  676. <!--================ Document Head =======================================-->
  677.  
  678.     <xsd:element name="head">
  679.         <xsd:complexType>
  680.             <xsd:choice>
  681.                 <xsd:element ref="script" />
  682.                 <xsd:element ref="style" />
  683.                 <xsd:element ref="meta" />
  684.                 <xsd:element ref="link" />
  685.                 <xsd:element ref="object" />
  686.                 <xsd:element ref="base" />
  687.                 <xsd:element ref="title" minOccurs="1" maxOccurs="1" />
  688.             </xsd:choice>
  689.             <xsd:attributeGroup ref="i18AttributeGroup" />
  690.             <xsd:attributeGroup ref="runatAttributeGroup" />
  691.             <xsd:attribute name="Profile" type="xsd:anyURI" />
  692.         </xsd:complexType>
  693.     </xsd:element>
  694.  
  695.     <xsd:element name="title">
  696.         <xsd:complexType mixed="true">
  697.             <xsd:attribute name="Title" />
  698.             <xsd:attributeGroup ref="i18AttributeGroup" />
  699.             <xsd:attributeGroup ref="runatAttributeGroup" />
  700.         </xsd:complexType>
  701.     </xsd:element>
  702.     
  703. <!-- document base URI -->
  704.  
  705.     <xsd:element name="base">
  706.         <xsd:complexType>
  707.             <xsd:attributeGroup ref="runatAttributeGroup" />
  708.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  709.         </xsd:complexType>
  710.     </xsd:element>
  711.  
  712. <!-- generic metainformation -->
  713.  
  714.     <xsd:element name="meta">
  715.         <xsd:complexType>
  716.             <xsd:attributeGroup ref="i18AttributeGroup" />
  717.             <xsd:attributeGroup ref="runatAttributeGroup" />
  718.             <xsd:attribute name="HTTP-Equiv" />
  719.             <xsd:attribute name="Name" />
  720.             <xsd:attribute name="Content" use="required" />
  721.             <xsd:attribute name="Scheme" />
  722.         </xsd:complexType>
  723.     </xsd:element>
  724.  
  725.     <xsd:element name="link" fp:default="onclick">
  726.         <xsd:complexType>
  727.             <xsd:attributeGroup ref="commonAttributeGroup" />
  728.             <xsd:attribute name="Charset" type="xsd:string" />
  729.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  730.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  731.             <xsd:attribute name="Rel" type="linkType" />
  732.             <xsd:attribute name="Rev" type="linkType" />
  733.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  734.             <xsd:attribute name="Type" type="contentType" vs:readonly="true" />
  735.         </xsd:complexType>
  736.     </xsd:element>
  737.  
  738. <!-- style info, which may include CDATA sections -->
  739.  
  740.     <xsd:element name="style">
  741.         <xsd:complexType mixed="true">
  742.             <xsd:attributeGroup ref="i18AttributeGroup" />
  743.             <xsd:attributeGroup ref="runatAttributeGroup" />
  744.             <xsd:attribute name="Type" vs:readonly="true" use="required">
  745.                 <xsd:simpleType>
  746.                     <xsd:union>
  747.                         <xsd:simpleType>
  748.                             <xsd:restriction base="xsd:string">
  749.                                 <xsd:enumeration value="text/css" />
  750.                             </xsd:restriction>
  751.                             <xsd:simpleType>
  752.                                 <xsd:restriction base="xsd:string" />
  753.                             </xsd:simpleType>
  754.                         </xsd:simpleType>
  755.                     </xsd:union>
  756.                 </xsd:simpleType>
  757.             </xsd:attribute>
  758.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  759.             <xsd:attribute name="Title" type="xsd:string" />
  760.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  761.                 <xsd:simpleType>
  762.                     <xsd:restriction base="xsd:string">
  763.                         <xsd:enumeration value="preserve" />
  764.                         <xsd:enumeration value="default" />
  765.                     </xsd:restriction>
  766.                 </xsd:simpleType>
  767.             </xsd:attribute>
  768.         </xsd:complexType>
  769.     </xsd:element>
  770.  
  771. <!-- script statements, which may include CDATA sections -->
  772.  
  773.     <xsd:element name="script">
  774.         <xsd:complexType mixed="true">
  775.             <xsd:attributeGroup ref="runatAttributeGroup" />
  776.             <xsd:attribute name="Charset" type="xsd:string" />
  777.             <xsd:attribute name="Type" type="scriptType" vs:readonly="true" use="required" />
  778.             <xsd:attribute name="Src" type="xsd:anyURI" />
  779.             <xsd:attribute name="Defer" vs:standalone="true" />
  780.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  781.                 <xsd:simpleType>
  782.                     <xsd:restriction base="xsd:string">
  783.                         <xsd:enumeration value="preserve" />
  784.                         <xsd:enumeration value="default" />
  785.                     </xsd:restriction>
  786.                 </xsd:simpleType>
  787.             </xsd:attribute>
  788.         </xsd:complexType>
  789.     </xsd:element>
  790.  
  791. <!-- alternate Content container for non script-based rendering -->
  792.  
  793.     <xsd:element name="noscript" vs:clientom="noshow" fp:default="onclick">
  794.         <xsd:complexType mixed="true">
  795.             <xsd:choice>
  796.                 <xsd:group ref="blockElements" />
  797.             </xsd:choice>
  798.             <xsd:attributeGroup ref="commonAttributeGroup" />
  799.         </xsd:complexType>
  800.     </xsd:element>
  801.  
  802. <!--=================== Document Body ====================================-->
  803.  
  804.     <xsd:element name="body" fp:default="onload">
  805.         <xsd:complexType>
  806.             <xsd:choice>
  807.                 <xsd:group ref="blockElements" />
  808.                 <xsd:element ref="script" />
  809.             </xsd:choice>
  810.             <xsd:attributeGroup ref="commonAttributeGroup" />
  811.             <xsd:attributeGroup ref="loadEventsGroup" />
  812.         </xsd:complexType>
  813.     </xsd:element>
  814.     
  815.     <xsd:element name="div" fp:default="onclick"> <!-- generic Language/style container -->
  816.         <xsd:complexType mixed="true">
  817.             <xsd:choice>
  818.                 <xsd:group ref="FlowElements" />
  819.             </xsd:choice>
  820.             <xsd:attributeGroup ref="commonAttributeGroup" />
  821.         </xsd:complexType>
  822.     </xsd:element>
  823.  
  824. <!--=================== Paragraphs =======================================-->
  825.  
  826.     <xsd:element name="p" vs:implicitclosure="true" fp:default="onmouseover">
  827.         <xsd:complexType mixed="true">
  828.             <xsd:choice>
  829.                 <xsd:group ref="InlineElements" />
  830.             </xsd:choice>
  831.             <xsd:attributeGroup ref="commonAttributeGroup" />
  832.         </xsd:complexType>
  833.     </xsd:element>
  834.     
  835. <!--=================== Headings =========================================-->
  836.  
  837.     <xsd:element name="h1" vs:clientom="header" fp:default="onmouseover">
  838.         <xsd:complexType mixed="true">
  839.             <xsd:choice>
  840.                 <xsd:group ref="InlineElements" />
  841.             </xsd:choice>
  842.             <xsd:attributeGroup ref="commonAttributeGroup" />
  843.         </xsd:complexType>
  844.     </xsd:element>
  845.  
  846.     <xsd:element name="h2" vs:clientom="header" fp:default="onmouseover">
  847.         <xsd:complexType mixed="true">
  848.             <xsd:choice>
  849.                 <xsd:group ref="InlineElements" />
  850.             </xsd:choice>
  851.             <xsd:attributeGroup ref="commonAttributeGroup" />
  852.         </xsd:complexType>
  853.     </xsd:element>
  854.  
  855.     <xsd:element name="h3" vs:clientom="header" fp:default="onmouseover">
  856.         <xsd:complexType mixed="true">
  857.             <xsd:choice>
  858.                 <xsd:group ref="InlineElements" />
  859.             </xsd:choice>
  860.             <xsd:attributeGroup ref="commonAttributeGroup" />
  861.         </xsd:complexType>
  862.     </xsd:element>
  863.  
  864.     <xsd:element name="h4" vs:clientom="header" fp:default="onmouseover">
  865.         <xsd:complexType mixed="true">
  866.             <xsd:choice>
  867.                 <xsd:group ref="InlineElements" />
  868.             </xsd:choice>
  869.             <xsd:attributeGroup ref="commonAttributeGroup" />
  870.         </xsd:complexType>
  871.     </xsd:element>
  872.  
  873.     <xsd:element name="h5" vs:clientom="header" fp:default="onmouseover">
  874.         <xsd:complexType mixed="true">
  875.             <xsd:choice>
  876.                 <xsd:group ref="InlineElements" />
  877.             </xsd:choice>
  878.             <xsd:attributeGroup ref="commonAttributeGroup" />
  879.         </xsd:complexType>
  880.     </xsd:element>
  881.  
  882.     <xsd:element name="h6" vs:clientom="header" fp:default="onmouseover">
  883.         <xsd:complexType mixed="true">
  884.             <xsd:choice>
  885.                 <xsd:group ref="InlineElements" />
  886.             </xsd:choice>
  887.             <xsd:attributeGroup ref="commonAttributeGroup" />
  888.         </xsd:complexType>
  889.     </xsd:element>
  890. <!--=================== Lists ============================================-->
  891.  
  892.     <xsd:element name="ul" fp:default="onmouseover">
  893.         <xsd:complexType>
  894.             <xsd:choice>
  895.                 <xsd:element ref="li" />
  896.             </xsd:choice>
  897.             <xsd:attributeGroup ref="commonAttributeGroup" />
  898.         </xsd:complexType>
  899.     </xsd:element>
  900.     
  901.     <xsd:element name="ol" fp:default="onmouseover">
  902.         <xsd:complexType>
  903.             <xsd:choice>
  904.                 <xsd:element ref="li" />
  905.             </xsd:choice>
  906.             <xsd:attributeGroup ref="commonAttributeGroup" />
  907.         </xsd:complexType>
  908.     </xsd:element>
  909.     
  910.     <xsd:element name="li" vs:implicitclosure="true" fp:default="onmouseover">
  911.         <xsd:complexType mixed="true">
  912.             <xsd:choice>
  913.                 <xsd:group ref="FlowElements" />
  914.             </xsd:choice>
  915.             <xsd:attributeGroup ref="commonAttributeGroup" />
  916.         </xsd:complexType>
  917.     </xsd:element>
  918.  
  919. <!-- definition lists - dt for term, dd for its definition -->
  920.  
  921.     <xsd:element name="dl" vs:clientom="list" fp:default="onmouseover">
  922.         <xsd:complexType>
  923.             <xsd:choice>
  924.                 <xsd:element ref="dd" />
  925.                 <xsd:element ref="dt" />
  926.             </xsd:choice>
  927.             <xsd:attributeGroup ref="commonAttributeGroup" />
  928.         </xsd:complexType>
  929.     </xsd:element>
  930.  
  931.     <xsd:element name="dt" vs:implicitclosure="true" fp:default="onmouseover">
  932.         <xsd:complexType mixed="true">
  933.             <xsd:choice>
  934.                 <xsd:group ref="InlineElements" />
  935.             </xsd:choice>
  936.             <xsd:attributeGroup ref="commonAttributeGroup" />
  937.         </xsd:complexType>
  938.     </xsd:element>
  939.  
  940.     <xsd:element name="dd"  vs:implicitclosure="true" fp:default="onmouseover">
  941.         <xsd:complexType mixed="true">
  942.             <xsd:choice>
  943.                 <xsd:group ref="FlowElements" />
  944.             </xsd:choice>
  945.             <xsd:attributeGroup ref="commonAttributeGroup" />
  946.         </xsd:complexType>
  947.     </xsd:element>
  948.  
  949. <!--=================== Address ==========================================-->
  950.  
  951.     <xsd:element name="address" vs:clientom="block" fp:default="onclick">
  952.         <xsd:complexType mixed="true">
  953.             <xsd:choice>
  954.                 <xsd:group ref="inlineElements" />
  955.                 <xsd:group ref="miscInlineElements" />
  956.             </xsd:choice>
  957.             <xsd:attributeGroup ref="commonAttributeGroup" />
  958.         </xsd:complexType>
  959.     </xsd:element>
  960.  
  961. <!--=================== Horizontal Rule ==================================-->
  962.  
  963.     <xsd:element name="hr">
  964.         <xsd:complexType>
  965.             <xsd:attributeGroup ref="commonAttributeGroup" />
  966.         </xsd:complexType>
  967.     </xsd:element>
  968.  
  969. <!--=================== Preformatted Text ================================-->
  970. <!-- Content is %Inline; excluding "img|object|applet|big|small|sub|sup|font|basefont" -->
  971.  
  972.     <xsd:element name="pre" vs:clientom="block" fp:default="onmouseover">
  973.         <xsd:complexType mixed="true">
  974.             <xsd:choice>
  975.                 <xsd:group ref="preContentElements" />
  976.             </xsd:choice>
  977.             <xsd:attributeGroup ref="commonAttributeGroup" />
  978.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  979.                 <xsd:simpleType>
  980.                     <xsd:restriction base="xsd:string">
  981.                         <xsd:enumeration value="preserve" />
  982.                         <xsd:enumeration value="default" />
  983.                     </xsd:restriction>
  984.                 </xsd:simpleType>
  985.             </xsd:attribute>
  986.         </xsd:complexType>
  987.     </xsd:element>
  988.     
  989. <!--=================== Block-like Quotes ================================-->
  990.  
  991.     <xsd:element name="blockquote" vs:clientom="block" fp:default="onmouseover">
  992.         <xsd:complexType mixed="true">
  993.             <xsd:choice>
  994.                 <xsd:group ref="blockElements" />
  995.                 <xsd:element ref="script" />
  996.             </xsd:choice>
  997.             <xsd:attributeGroup ref="commonAttributeGroup" />
  998.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  999.         </xsd:complexType>
  1000.     </xsd:element>
  1001.     
  1002. <!--=================== Inserted/Deleted Text ============================-->
  1003.  
  1004.     <xsd:element name="ins" vs:clientom="phrase" fp:default="onmouseover">
  1005.         <xsd:complexType mixed="true">
  1006.             <xsd:choice>
  1007.                 <xsd:group ref="FlowElements" />
  1008.             </xsd:choice>
  1009.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1010.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1011.             <xsd:attribute name="DateTime" />
  1012.         </xsd:complexType>
  1013.     </xsd:element>
  1014.  
  1015.     <xsd:element name="del" vs:clientom="phrase" fp:default="onmouseover">
  1016.         <xsd:complexType mixed="true">
  1017.             <xsd:choice>
  1018.                 <xsd:group ref="FlowElements" />
  1019.             </xsd:choice>
  1020.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1021.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1022.             <xsd:attribute name="DateTime" />
  1023.         </xsd:complexType>
  1024.     </xsd:element>
  1025.  
  1026. <!--================== The Anchor Element ================================-->
  1027.  
  1028.     <xsd:element name="a" vs:clientom="anchor" vs:disallowedancestor="a" fp:default="">
  1029.         <xsd:complexType mixed="true">
  1030.             <!-- Content Model -->
  1031.             <xsd:choice>
  1032.                 <xsd:group ref="aContentElements" />
  1033.             </xsd:choice>
  1034.             <!-- Attributes -->
  1035.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1036.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1037.             <xsd:attribute name="Charset" />
  1038.             <xsd:attribute name="Type" type="simpleContentType" />
  1039.             <xsd:attribute name="Name" />
  1040.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  1041.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  1042.             <xsd:attribute name="Rel" type="linkType" />
  1043.             <xsd:attribute name="Rev" type="linkType" />
  1044.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  1045.             <xsd:attribute name="Coords" />
  1046.         </xsd:complexType>
  1047.     </xsd:element>
  1048.  
  1049. <!--===================== Inline Elements ================================-->
  1050.  
  1051.     <xsd:element name="span" type="simpleElement" vs:clientom="phrase" />
  1052.  
  1053.     <xsd:element name="bdo" vs:clientom="phrase" fp:default="onmouseover"> <!-- I18N BiDi over-ride -->
  1054.         <xsd:complexType mixed="true">
  1055.             <!-- Content Model -->
  1056.             <xsd:choice>
  1057.                 <xsd:group ref="InlineElements" />
  1058.             </xsd:choice>
  1059.             <!-- Attributes -->
  1060.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1061.             <xsd:attributeGroup ref="inputEventsGroup" />
  1062.             <xsd:attribute name="Lang" type="i18LanguageCode" />
  1063.             <xsd:attribute name="xml:Lang" type="i18LanguageCode" />
  1064.             <xsd:attribute name="Dir" default="ltr" use="required">
  1065.                 <xsd:simpleType>
  1066.                     <xsd:restriction base="xsd:NMTOKEN">
  1067.                         <xsd:enumeration value="ltr" />
  1068.                         <xsd:enumeration value="rtl" />
  1069.                     </xsd:restriction>
  1070.                 </xsd:simpleType>
  1071.             </xsd:attribute>
  1072.         </xsd:complexType>
  1073.     </xsd:element>
  1074.  
  1075.     <xsd:element name="br">
  1076.         <xsd:complexType>
  1077.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1078.         </xsd:complexType>
  1079.     </xsd:element>
  1080.  
  1081.     <xsd:element name="em" type="simpleElement" vs:clientom="phrase" />
  1082.     <xsd:element name="strong" type="simpleElement" vs:clientom="phrase" />
  1083.     <xsd:element name="dfn" type="simpleElement" vs:clientom="phrase" />
  1084.     <xsd:element name="samp" type="simpleElement" vs:clientom="phrase" />
  1085.     <xsd:element name="kbd" type="simpleElement" vs:clientom="phrase" />
  1086.     <xsd:element name="var" type="simpleElement" vs:clientom="phrase" />
  1087.     <xsd:element name="cite" type="simpleElement" vs:clientom="phrase" />
  1088.     <xsd:element name="abbr" type="simpleElement" vs:clientom="phrase" />
  1089.     <xsd:element name="acronym" type="simpleElement" vs:clientom="phrase" />
  1090.     <xsd:element name="code" type="simpleElement" vs:clientom="phrase" />
  1091.  
  1092.     <xsd:element name="q" vs:clientom="phrase" fp:default="onmouseover">
  1093.         <xsd:complexType mixed="true">
  1094.             <xsd:choice>
  1095.                 <xsd:group ref="InlineElements" />
  1096.             </xsd:choice>
  1097.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1098.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1099.         </xsd:complexType>
  1100.     </xsd:element>
  1101.  
  1102.     <xsd:element name="sub" type="simpleElement" vs:clientom="phrase" />
  1103.     <xsd:element name="sup" type="simpleElement" vs:clientom="phrase" />
  1104.     <xsd:element name="tt" type="simpleElement" vs:clientom="phrase" />
  1105.     <xsd:element name="i" type="simpleElement" vs:clientom="phrase" />
  1106.     <xsd:element name="b" type="simpleElement" vs:clientom="phrase" />
  1107.     <xsd:element name="big" type="simpleElement" vs:clientom="phrase" />
  1108.     <xsd:element name="small" type="simpleElement" vs:clientom="phrase" />
  1109.  
  1110. <!--==================== Object ======================================-->
  1111.  
  1112.     <xsd:element name="object" fp:default="onclick">
  1113.         <xsd:complexType mixed="true">
  1114.             <xsd:choice>
  1115.                 <xsd:group ref="inlineElements" />
  1116.                 <xsd:group ref="blockElements" />
  1117.                 <xsd:group ref="miscElements" />
  1118.                 <xsd:element ref="param" />
  1119.                 <xsd:element ref="form" />
  1120.             </xsd:choice>
  1121.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1122.             <xsd:attribute name="Declare" vs:standalone="true" />
  1123.             <xsd:attribute name="ClassId" type="xsd:anyURI" />
  1124.             <xsd:attribute name="Class" /> <!-- ASP.NET -->
  1125.             <xsd:attribute name="CodeBase" type="xsd:anyURI" />
  1126.             <xsd:attribute name="Data" type="xsd:anyURI" />
  1127.             <xsd:attribute name="Type" />
  1128.             <xsd:attribute name="CodeType" />
  1129.             <xsd:attribute name="Archive" />
  1130.             <xsd:attribute name="StandBy" />
  1131.             <xsd:attribute name="Height" />
  1132.             <xsd:attribute name="Width" />
  1133.             <xsd:attribute name="UseMap" type="xsd:anyURI" />
  1134.             <xsd:attribute name="Name" />
  1135.             <xsd:attribute name="TabIndex" />
  1136.         </xsd:complexType>
  1137.     </xsd:element>
  1138.     
  1139.     <xsd:element name="param">
  1140.         <xsd:complexType>
  1141.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1142.             <xsd:attribute name="Name" use="required" />
  1143.             <xsd:attribute name="Value" />
  1144.             <xsd:attribute name="ValueType" default="data" vs:readonly="true">
  1145.                 <xsd:simpleType>
  1146.                     <xsd:restriction base="xsd:NMTOKEN">
  1147.                         <xsd:enumeration value="data" />
  1148.                         <xsd:enumeration value="ref" />
  1149.                         <xsd:enumeration value="object" />
  1150.                     </xsd:restriction>
  1151.                 </xsd:simpleType>
  1152.             </xsd:attribute>
  1153.             <xsd:attribute name="Type" />
  1154.         </xsd:complexType>
  1155.     </xsd:element>
  1156.     
  1157. <!--=================== Images ===========================================-->
  1158.  
  1159.     <xsd:element name="img" fp:default="onclick">
  1160.         <xsd:complexType>
  1161.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1162.             <xsd:attribute name="Src" type="xsd:anyURI" use="required" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1163.             <xsd:attribute name="Alt" use="required" />
  1164.             <xsd:attribute name="Name" />
  1165.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  1166.             <xsd:attribute name="Height" />
  1167.             <xsd:attribute name="Width" />
  1168.             <xsd:attribute name="UseMap" type="xsd:anyURI" />
  1169.             <xsd:attribute name="ISMap" vs:standalone="true" />
  1170.         </xsd:complexType>
  1171.     </xsd:element>
  1172.  
  1173. <!--================== Client-side image maps ============================-->
  1174.  
  1175.     <xsd:element name="map">
  1176.         <xsd:complexType>
  1177.             <xsd:choice>
  1178.                 <xsd:group ref="blockElements" />
  1179.                 <xsd:group ref="miscElements" />
  1180.                 <xsd:element ref="area" />
  1181.                 <xsd:element ref="form" />
  1182.             </xsd:choice>
  1183.             <xsd:attribute name="Class" vs:mapstoname="className" />
  1184.             <xsd:attribute name="Title" />
  1185.             <xsd:attribute name="Name" />
  1186.             <xsd:attribute name="Style" vs:builder="style" />
  1187.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1188.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1189.             <xsd:attributeGroup ref="inputEventsGroup" />
  1190.         </xsd:complexType>
  1191.     </xsd:element>
  1192.  
  1193.     <xsd:element name="area" fp:default="onclick">
  1194.         <xsd:complexType>
  1195.             <!-- Attributes -->
  1196.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1197.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1198.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  1199.             <xsd:attribute name="Coords" />
  1200.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  1201.             <xsd:attribute name="NoHRef" vs:standalone="true" />
  1202.             <xsd:attribute name="Alt" use="required" />
  1203.         </xsd:complexType>
  1204.     </xsd:element>
  1205.  
  1206. <!--================ Forms ===============================================-->
  1207.  
  1208.     <xsd:element name="form" fp:default="onsubmit">
  1209.         <xsd:complexType mixed="true">
  1210.             <xsd:choice>
  1211.                 <xsd:group ref="formElements" />
  1212.             </xsd:choice>
  1213.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1214.             <xsd:attribute name="Action" type="xsd:anyURI" use="required" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp"/>
  1215.             <xsd:attribute name="Method" default="get">
  1216.                 <xsd:simpleType>
  1217.                     <xsd:restriction base="xsd:NMTOKEN">
  1218.                         <xsd:enumeration value="get" />
  1219.                         <xsd:enumeration value="post" />
  1220.                     </xsd:restriction>
  1221.                 </xsd:simpleType>
  1222.             </xsd:attribute>
  1223.             <xsd:attribute name="Name" />
  1224.             <xsd:attribute name="EncType">
  1225.                 <xsd:simpleType>
  1226.                     <xsd:union>
  1227.                         <xsd:simpleType>
  1228.                             <xsd:restriction base="xsd:NMTOKEN">
  1229.                                 <xsd:enumeration value="multipart/form-data" />
  1230.                                 <xsd:enumeration value="application/x-www-form-urlencoded" />
  1231.                             </xsd:restriction>
  1232.                         </xsd:simpleType>
  1233.                         <xsd:simpleType>
  1234.                             <xsd:restriction base="xsd:NMTOKEN">
  1235.                                 <xsd:restriction base="xsd:string" />
  1236.                             </xsd:restriction>
  1237.                         </xsd:simpleType>
  1238.                     </xsd:union>
  1239.                 </xsd:simpleType>
  1240.             </xsd:attribute>
  1241.             <xsd:attribute name="onsubmit" vs:omtype="event" />
  1242.             <xsd:attribute name="onreset" vs:omtype="event" />
  1243.             <xsd:attribute name="Accept" />
  1244.             <xsd:attribute name="Accept-Charset" />
  1245.         </xsd:complexType>
  1246.     </xsd:element>
  1247.  
  1248.     <xsd:element name="label" fp:default="onclick">
  1249.         <xsd:complexType mixed="true">
  1250.             <xsd:choice>
  1251.                 <xsd:group ref="InlineElements" />
  1252.             </xsd:choice>
  1253.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1254.             <xsd:attributeGroup ref="focusAttributeGroupNoTabIndex" />
  1255.             <xsd:attribute name="For" />
  1256.         </xsd:complexType>
  1257.     </xsd:element>
  1258.     
  1259.     <xsd:element name="input" vs:clientom="#Type" fp:default="onclick">
  1260.         <xsd:complexType>
  1261.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1262.             <xsd:attributeGroup ref="focusAttributeGroup" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1263.             <xsd:attribute name="Type" vs:readonly="true">
  1264.                 <xsd:simpleType>
  1265.                     <xsd:restriction base="xsd:NMTOKEN">
  1266.                         <xsd:enumeration value="button" />
  1267.                         <xsd:enumeration value="checkbox" />
  1268.                         <xsd:enumeration value="file" />
  1269.                         <xsd:enumeration value="hidden" />
  1270.                         <xsd:enumeration value="image" />
  1271.                         <xsd:enumeration value="password" />
  1272.                         <xsd:enumeration value="radio" />
  1273.                         <xsd:enumeration value="reset" />
  1274.                         <xsd:enumeration value="submit" />
  1275.                         <xsd:enumeration value="text" />
  1276.                     </xsd:restriction>
  1277.                 </xsd:simpleType>
  1278.             </xsd:attribute>
  1279.             <xsd:attribute name="Name" />
  1280.             <xsd:attribute name="Value" />
  1281.             <xsd:attribute name="Checked" vs:standalone="true" vs:inputtype="checkbox radio" />
  1282.             <xsd:attribute name="Disabled" vs:standalone="true" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1283.             <xsd:attribute name="ReadOnly" vs:standalone="true" vs:inputtype="password Text" />
  1284.             <xsd:attribute name="Size" type="xsd:integer" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1285.             <xsd:attribute name="MaxLength" type="ui4" vs:inputtype="password Text" />
  1286.             <xsd:attribute name="Src" type="xsd:anyURI" vs:inputtype="image" />
  1287.             <xsd:attribute name="Alt" vs:inputtype="image" />
  1288.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:inputtype="image" />
  1289.             <xsd:attribute name="onselect" vs:inputtype="checkbox file password radio Text" vs:omtype="event" />
  1290.             <xsd:attribute name="onchange" vs:inputtype="checkbox file password Text" vs:omtype="event" />
  1291.             <xsd:attribute name="Accept" vs:inputtype="file" />
  1292.         </xsd:complexType>
  1293.     </xsd:element>
  1294.  
  1295.     <xsd:element name="select" fp:default="onchange">
  1296.         <xsd:complexType>
  1297.             <xsd:choice>
  1298.                 <xsd:element ref="option" />
  1299.                 <xsd:element ref="optgroup" />
  1300.             </xsd:choice>
  1301.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1302.             <xsd:attributeGroup ref="focusAttributeGroupNoAccessKey" />
  1303.             <xsd:attribute name="Name" />
  1304.             <xsd:attribute name="Size" type="ui4" />
  1305.             <xsd:attribute name="Multiple">
  1306.                 <xsd:simpleType>
  1307.                     <xsd:restriction base="xsd:NMTOKEN">
  1308.                         <xsd:enumeration value="multiple" />
  1309.                     </xsd:restriction>
  1310.                 </xsd:simpleType>
  1311.             </xsd:attribute>
  1312.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1313.             <xsd:attribute name="onchange" vs:omtype="event" />
  1314.         </xsd:complexType>
  1315.     </xsd:element>
  1316.  
  1317.     <xsd:element name="optgroup">
  1318.         <xsd:complexType>
  1319.             <xsd:choice>
  1320.                 <xsd:element ref="option" />
  1321.             </xsd:choice>
  1322.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1323.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1324.             <xsd:attribute name="Label" use="required" />
  1325.         </xsd:complexType>
  1326.     </xsd:element>
  1327.  
  1328.     <xsd:element name="option" vs:implicitclosure="true">
  1329.         <xsd:complexType mixed="true">
  1330.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1331.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1332.             <xsd:attribute name="Selected" vs:standalone="true" />
  1333.             <xsd:attribute name="Label" />
  1334.             <xsd:attribute name="Value" />
  1335.         </xsd:complexType>
  1336.     </xsd:element>
  1337.     
  1338.     <xsd:element name="textarea" fp:default="onchange">
  1339.         <xsd:complexType mixed="true">
  1340.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1341.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1342.             <xsd:attribute name="Name" />
  1343.             <xsd:attribute name="Rows" type="xsd:integer" use="required" />
  1344.             <xsd:attribute name="Cols" type="xsd:integer" use="required" />
  1345.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1346.             <xsd:attribute name="ReadOnly" vs:standalone="true" />
  1347.             <xsd:attribute name="onchange" vs:omtype="event" />
  1348.             <xsd:attribute name="onselect" vs:omtype="event" />
  1349.         </xsd:complexType>
  1350.     </xsd:element>
  1351.     
  1352.     <xsd:element name="fieldset" fp:default="onclick">
  1353.         <xsd:complexType mixed="true">
  1354.             <xsd:choice>
  1355.                 <xsd:group ref="inlineElements" />
  1356.                 <xsd:group ref="blockElements" />
  1357.                 <xsd:group ref="miscElements" />
  1358.                 <xsd:element ref="legend" />
  1359.                 <xsd:element ref="form" />
  1360.             </xsd:choice>
  1361.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1362.         </xsd:complexType>
  1363.     </xsd:element>
  1364.  
  1365.     <xsd:element name="legend" fp:default="onclick">
  1366.         <xsd:complexType mixed="true">
  1367.             <xsd:choice>
  1368.                 <xsd:group ref="InlineElements" />
  1369.             </xsd:choice>
  1370.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1371.             <xsd:attribute name="AccessKey" />
  1372.         </xsd:complexType>
  1373.     </xsd:element>
  1374.     
  1375.     <xsd:element name="button" fp:default="onclick">
  1376.         <xsd:complexType mixed="true">
  1377.             <xsd:choice>
  1378.                 <xsd:group ref="buttonContentElements" />
  1379.             </xsd:choice>
  1380.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1381.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1382.             <xsd:attribute name="Name" />
  1383.             <xsd:attribute name="Value" />
  1384.             <xsd:attribute name="Type" default="submit" vs:readonly="true">
  1385.                 <xsd:simpleType>
  1386.                     <xsd:restriction base="xsd:NMTOKEN">
  1387.                         <xsd:enumeration value="button" />
  1388.                         <xsd:enumeration value="reset" />
  1389.                         <xsd:enumeration value="submit" />
  1390.                     </xsd:restriction>
  1391.                 </xsd:simpleType>
  1392.             </xsd:attribute>
  1393.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1394.         </xsd:complexType>
  1395.     </xsd:element>
  1396.  
  1397. <!--======================= Tables =======================================-->
  1398.  
  1399.     <xsd:element name="table" fp:default="onmouseover">
  1400.         <xsd:complexType>
  1401.             <xsd:choice>
  1402.                 <xsd:element ref="caption" minOccurs="0" maxOccurs="1" />
  1403.                 <xsd:element ref="col" />
  1404.                 <xsd:element ref="colgroup" />
  1405.                 <xsd:element ref="tr" />
  1406.                 <xsd:element ref="thead" minOccurs="0" maxOccurs="1" />
  1407.                 <xsd:element ref="tbody" />
  1408.                 <xsd:element ref="tfoot" minOccurs="0" maxOccurs="1" />
  1409.             </xsd:choice>
  1410.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1411.             <xsd:attribute name="Summary" />
  1412.             <xsd:attribute name="Width" />
  1413.             <xsd:attribute name="Border" type="xsd:integer" />
  1414.             <xsd:attribute name="Frame" default="Border">
  1415.                 <xsd:simpleType>
  1416.                     <xsd:restriction base="xsd:NMTOKEN">
  1417.                         <xsd:enumeration value="void" />
  1418.                         <xsd:enumeration value="above" />
  1419.                         <xsd:enumeration value="below" />
  1420.                         <xsd:enumeration value="hsides" />
  1421.                         <xsd:enumeration value="lhs" />
  1422.                         <xsd:enumeration value="rhs" />
  1423.                         <xsd:enumeration value="vsides" />
  1424.                         <xsd:enumeration value="box" />
  1425.                         <xsd:enumeration value="border" />
  1426.                     </xsd:restriction>
  1427.                 </xsd:simpleType>
  1428.             </xsd:attribute>
  1429.             <xsd:attribute name="Rules">
  1430.                 <xsd:simpleType>
  1431.                     <xsd:restriction base="xsd:NMTOKEN">
  1432.                         <xsd:enumeration value="none" />
  1433.                         <xsd:enumeration value="groups" />
  1434.                         <xsd:enumeration value="rows" />
  1435.                         <xsd:enumeration value="cols" />
  1436.                         <xsd:enumeration value="all" />
  1437.                     </xsd:restriction>
  1438.                 </xsd:simpleType>
  1439.             </xsd:attribute>
  1440.             <xsd:attribute name="CellPadding" />
  1441.             <xsd:attribute name="CellSpacing" />
  1442.         </xsd:complexType>
  1443.     </xsd:element>
  1444.  
  1445.  
  1446.     <xsd:element name="caption" fp:default="onmouseover">
  1447.         <xsd:complexType mixed="true">
  1448.             <xsd:choice>
  1449.                 <xsd:group ref="InlineElements" />
  1450.             </xsd:choice>
  1451.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1452.         </xsd:complexType>
  1453.     </xsd:element>
  1454.  
  1455.     <xsd:element name="colgroup" vs:clientom="col" fp:default="onmouseover">
  1456.         <xsd:complexType>
  1457.             <xsd:choice>
  1458.                 <xsd:element ref="col" />
  1459.             </xsd:choice>
  1460.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1461.             <xsd:attribute name="Span" type="xsd:integer" default="1" />
  1462.             <xsd:attribute name="Width" />
  1463.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1464.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1465.         </xsd:complexType>
  1466.     </xsd:element>
  1467.     
  1468.     <xsd:element name="col" fp:default="onmouseover">
  1469.         <xsd:complexType>
  1470.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1471.             <xsd:attribute name="Span" type="xsd:integer" default="1" />
  1472.             <xsd:attribute name="Width" />
  1473.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1474.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1475.         </xsd:complexType>
  1476.     </xsd:element>
  1477.     
  1478.     <xsd:element name="thead" vs:clientom="tablesection" vs:implicitclosure="true" fp:default="onmouseover">
  1479.         <xsd:complexType>
  1480.             <xsd:choice>
  1481.                 <xsd:element ref="tr" />
  1482.             </xsd:choice>
  1483.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1484.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1485.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1486.         </xsd:complexType>
  1487.     </xsd:element>
  1488.  
  1489.     <xsd:element name="tfoot" vs:clientom="tablesection" vs:implicitclosure="true" fp:default="onmouseover">
  1490.         <xsd:complexType>
  1491.             <xsd:choice>
  1492.                 <xsd:element ref="tr" />
  1493.             </xsd:choice>
  1494.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1495.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1496.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1497.         </xsd:complexType>
  1498.     </xsd:element>
  1499.  
  1500.     <xsd:element name="tbody" vs:clientom="tablesection" vs:implicitclosure="true" fp:default="onmouseover">
  1501.         <xsd:complexType>
  1502.             <xsd:choice>
  1503.                 <xsd:element ref="tr" />
  1504.             </xsd:choice>
  1505.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1506.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1507.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1508.         </xsd:complexType>
  1509.     </xsd:element>
  1510.  
  1511.     <xsd:element name="tr" vs:implicitclosure="true" fp:default="onmouseover">
  1512.         <xsd:complexType>
  1513.             <xsd:choice>
  1514.                 <xsd:element ref="th" />
  1515.                 <xsd:element ref="td" />
  1516.             </xsd:choice>
  1517.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1518.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1519.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1520.         </xsd:complexType>
  1521.     </xsd:element>
  1522.  
  1523.     <xsd:element name="th" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  1524.         <xsd:complexType mixed="true">
  1525.             <xsd:choice>
  1526.                 <xsd:group ref="FlowElements" />
  1527.             </xsd:choice>
  1528.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1529.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1530.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1531.             <xsd:attribute name="Abbr" />
  1532.             <xsd:attribute name="Axis" />
  1533.             <xsd:attribute name="Headers" />
  1534.             <xsd:attribute name="Scope" type="scopeType" />
  1535.             <xsd:attribute name="RowSpan" default="1" type="positiveInteger" />
  1536.             <xsd:attribute name="ColSpan" default="1" type="positiveInteger" />
  1537.         </xsd:complexType>
  1538.     </xsd:element>
  1539.     
  1540.     <xsd:element name="td" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  1541.         <xsd:complexType mixed="true">
  1542.             <xsd:choice>
  1543.                 <xsd:group ref="FlowElements" />
  1544.             </xsd:choice>
  1545.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1546.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1547.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1548.             <xsd:attribute name="Abbr" />
  1549.             <xsd:attribute name="Axis" />
  1550.             <xsd:attribute name="Headers" />
  1551.             <xsd:attribute name="Scope" type="scopeType" />
  1552.             <xsd:attribute name="RowSpan" default="1" type="positiveInteger" />
  1553.             <xsd:attribute name="ColSpan" default="1" type="positiveInteger" />
  1554.         </xsd:complexType>
  1555.     </xsd:element>
  1556.     
  1557.     <!-- XDR datatype derivations -->
  1558.     <xsd:simpleType name="i2">
  1559.         <xsd:restriction base="xsd:integer">
  1560.             <xsd:minInclusive Value="-32768" />
  1561.             <xsd:maxInclusive Value="32767" />
  1562.         </xsd:restriction>
  1563.     </xsd:simpleType>
  1564.     <xsd:simpleType name="ui4">
  1565.         <xsd:restriction base="xsd:nonNegativeInteger">
  1566.             <xsd:minInclusive Value="0" />
  1567.             <xsd:maxInclusive Value="4294967295" />
  1568.         </xsd:restriction>
  1569.     </xsd:simpleType>
  1570.  
  1571.     <xsd:simpleType name="positiveInteger">
  1572.         <xsd:restriction base="xsd:nonNegativeInteger">
  1573.             <xsd:minInclusive Value="1" />
  1574.             <xsd:maxInclusive Value="4294967295" />
  1575.         </xsd:restriction>
  1576.     </xsd:simpleType>
  1577.  
  1578.     <xsd:simpleType name="mediaType">
  1579.         <xsd:union>
  1580.             <xsd:simpleType>
  1581.                 <xsd:restriction base="xsd:NMTOKEN">
  1582.                     <xsd:enumeration value="screen" />
  1583.                     <xsd:enumeration value="print" />
  1584.                     <xsd:enumeration value="tty" />
  1585.                     <xsd:enumeration value="tv" />
  1586.                     <xsd:enumeration value="projection" />
  1587.                     <xsd:enumeration value="handheld" />
  1588.                     <xsd:enumeration value="braille" />
  1589.                     <xsd:enumeration value="aural" />
  1590.                     <xsd:enumeration value="all" />
  1591.                 </xsd:restriction>
  1592.             </xsd:simpleType>
  1593.             <xsd:simpleType>
  1594.                 <xsd:restriction base="xsd:string" />
  1595.             </xsd:simpleType>
  1596.         </xsd:union>
  1597.     </xsd:simpleType>
  1598.  
  1599.     <xsd:simpleType name="linkType">
  1600.         <xsd:union>
  1601.             <xsd:simpleType>
  1602.                 <xsd:restriction base="xsd:NMTOKEN">
  1603.                     <xsd:enumeration value="Alternate" />
  1604.                     <xsd:enumeration value="Appendix" />
  1605.                     <xsd:enumeration value="Bookmark" />
  1606.                     <xsd:enumeration value="Chapter" />
  1607.                     <xsd:enumeration value="Contents" />
  1608.                     <xsd:enumeration value="Copyright" />
  1609.                     <xsd:enumeration value="Glossary" />
  1610.                     <xsd:enumeration value="Help" />
  1611.                     <xsd:enumeration value="Index" />
  1612.                     <xsd:enumeration value="Next" />
  1613.                     <xsd:enumeration value="Prev" />
  1614.                     <xsd:enumeration value="Section" />
  1615.                     <xsd:enumeration value="Start" />
  1616.                     <xsd:enumeration value="Stylesheet" />
  1617.                     <xsd:enumeration value="Subsection" />
  1618.                 </xsd:restriction>
  1619.             </xsd:simpleType>
  1620.             <xsd:simpleType>
  1621.                 <xsd:restriction base="xsd:string" />
  1622.             </xsd:simpleType>
  1623.         </xsd:union>
  1624.     </xsd:simpleType>
  1625.     
  1626.     <xsd:simpleType name="shapeType">
  1627.         <xsd:restriction base="xsd:NMTOKEN">
  1628.             <xsd:enumeration value="rect" />
  1629.             <xsd:enumeration value="circle" />
  1630.             <xsd:enumeration value="poly" />
  1631.             <xsd:enumeration value="default" />
  1632.         </xsd:restriction>
  1633.     </xsd:simpleType>
  1634.  
  1635.     <xsd:simpleType name="scrollingType">
  1636.         <xsd:restriction base="xsd:NMTOKEN">
  1637.             <xsd:enumeration value="auto" />
  1638.             <xsd:enumeration value="no" />
  1639.             <xsd:enumeration value="yes" />
  1640.         </xsd:restriction>
  1641.     </xsd:simpleType>
  1642.  
  1643.     <xsd:simpleType name="textAlignType">
  1644.         <xsd:restriction base="xsd:NMTOKEN">
  1645.             <xsd:enumeration value="left" />
  1646.             <xsd:enumeration value="center" />
  1647.             <xsd:enumeration value="right" />
  1648.         </xsd:restriction>
  1649.     </xsd:simpleType>
  1650.  
  1651.     <xsd:simpleType name="colorType">
  1652.         <xsd:union>
  1653.             <xsd:simpleType>
  1654.                 <xsd:restriction base="xsd:NMTOKEN">
  1655.                     <xsd:enumeration value="black" />
  1656.                     <xsd:enumeration value="silver" />
  1657.                     <xsd:enumeration value="gray" />
  1658.                     <xsd:enumeration value="white" />
  1659.                     <xsd:enumeration value="maroon" />
  1660.                     <xsd:enumeration value="red" />
  1661.                     <xsd:enumeration value="purple" />
  1662.                     <xsd:enumeration value="fuchsia" />
  1663.                     <xsd:enumeration value="green" />
  1664.                     <xsd:enumeration value="lime" />
  1665.                     <xsd:enumeration value="olive" />
  1666.                     <xsd:enumeration value="yellow" />
  1667.                     <xsd:enumeration value="navy" />
  1668.                     <xsd:enumeration value="blue" />
  1669.                     <xsd:enumeration value="teal" />
  1670.                     <xsd:enumeration value="aqua" />
  1671.                 </xsd:restriction>
  1672.             </xsd:simpleType>
  1673.             <xsd:simpleType>
  1674.                 <xsd:restriction base="xsd:string" />
  1675.             </xsd:simpleType>
  1676.         </xsd:union>
  1677.     </xsd:simpleType>
  1678.  
  1679.     <xsd:simpleType name="scopeType">
  1680.         <xsd:restriction base="xsd:NMTOKEN">
  1681.             <xsd:enumeration value="row" />
  1682.             <xsd:enumeration value="col" />
  1683.             <xsd:enumeration value="rowgroup" />
  1684.             <xsd:enumeration value="colgroup" />
  1685.         </xsd:restriction>
  1686.     </xsd:simpleType>
  1687.  
  1688.     <xsd:simpleType name="scriptType">
  1689.         <xsd:union>
  1690.             <xsd:simpleType>
  1691.                 <xsd:restriction base="xsd:string">
  1692.                     <xsd:enumeration value="text/ecmascript" />
  1693.                     <xsd:enumeration value="text/jscript" />
  1694.                     <xsd:enumeration value="text/javascript" />
  1695.                     <xsd:enumeration value="text/vbscript" />
  1696.                     <xsd:enumeration value="text/VB" />
  1697.                     <xsd:enumeration value="text/C#" />
  1698.                     <xsd:enumeration value="text/VJ#" />
  1699.                 </xsd:restriction>
  1700.             </xsd:simpleType>
  1701.             <xsd:simpleType>
  1702.                 <xsd:restriction base="xsd:string" />
  1703.             </xsd:simpleType>
  1704.         </xsd:union>
  1705.     </xsd:simpleType>
  1706.  
  1707.     <xsd:simpleType name="contentType">
  1708.         <xsd:union>
  1709.             <xsd:simpleType>
  1710.                 <xsd:restriction base="xsd:string">
  1711.                     <xsd:enumeration value="text/asp" />
  1712.                     <xsd:enumeration value="text/asa" />
  1713.                     <xsd:enumeration value="text/css" />
  1714.                     <xsd:enumeration value="text/html" />
  1715.                     <xsd:enumeration value="text/javascript" />
  1716.                     <xsd:enumeration value="text/jscript" />
  1717.                     <xsd:enumeration value="text/plain" />
  1718.                     <xsd:enumeration value="text/scriptlet" />
  1719.                     <xsd:enumeration value="text/vbscript" />
  1720.                     <xsd:enumeration value="text/x-component" />
  1721.                     <xsd:enumeration value="text/x-html-insertion" />
  1722.                     <xsd:enumeration value="text/xml" />
  1723.                 </xsd:restriction>
  1724.             </xsd:simpleType>
  1725.             <xsd:simpleType>
  1726.                 <xsd:restriction base="xsd:string" />
  1727.             </xsd:simpleType>
  1728.         </xsd:union>
  1729.     </xsd:simpleType>
  1730.  
  1731.     <xsd:simpleType name="simpleContentType">
  1732.         <xsd:union>
  1733.             <xsd:simpleType>
  1734.                 <xsd:restriction base="xsd:string">
  1735.                     <xsd:enumeration value="text/asp" />
  1736.                     <xsd:enumeration value="text/asa" />
  1737.                     <xsd:enumeration value="text/html" />
  1738.                     <xsd:enumeration value="text/plain" />
  1739.                     <xsd:enumeration value="text/xml" />
  1740.                 </xsd:restriction>
  1741.             </xsd:simpleType>
  1742.             <xsd:simpleType>
  1743.                 <xsd:restriction base="xsd:string" />
  1744.             </xsd:simpleType>
  1745.         </xsd:union>
  1746.     </xsd:simpleType>
  1747.  
  1748.     <xsd:attributeGroup name="cellHAlignTypeAttributes">
  1749.         <xsd:attribute name="Align">
  1750.             <xsd:simpleType>
  1751.                 <xsd:restriction base="xsd:NMTOKEN">
  1752.                     <xsd:enumeration value="left" />
  1753.                     <xsd:enumeration value="center" />
  1754.                     <xsd:enumeration value="right" />
  1755.                     <xsd:enumeration value="justify" />
  1756.                     <xsd:enumeration value="char" />
  1757.                 </xsd:restriction>
  1758.             </xsd:simpleType>
  1759.         </xsd:attribute>
  1760.         <xsd:attribute name="Char" />
  1761.         <xsd:attribute name="CharOff" />
  1762.     </xsd:attributeGroup>
  1763.  
  1764.     <xsd:attributeGroup name="cellVAlignTypeAttributes">
  1765.         <xsd:attribute name="valign">
  1766.             <xsd:simpleType>
  1767.                 <xsd:restriction base="xsd:NMTOKEN">
  1768.                     <xsd:enumeration value="top" />
  1769.                     <xsd:enumeration value="middle" />
  1770.                     <xsd:enumeration value="bottom" />
  1771.                     <xsd:enumeration value="baseline" />
  1772.                 </xsd:restriction>
  1773.             </xsd:simpleType>
  1774.         </xsd:attribute>
  1775.     </xsd:attributeGroup>
  1776.  
  1777.     <xsd:complexType mixed="true" name="simpleElement">
  1778.         <xsd:choice>
  1779.                 <xsd:group ref="InlineElements" />
  1780.         </xsd:choice>
  1781.         <xsd:attributeGroup ref="commonAttributeGroup" />
  1782.     </xsd:complexType>
  1783.  
  1784. </xsd:schema>
  1785.  
  1786.